[LIBXC] Refactor xc_domain_resume() into its own source file.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 19 Jan 2007 18:32:28 +0000 (18:32 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 19 Jan 2007 18:32:28 +0000 (18:32 +0000)
commit4b3b0d5ce569e2159bb421b2395ff35f9b875559
tree0b6c448e903e6e759b7895ee2601975651af9450
parent60cd679ba2c1d9045127fc15b0be20d86b939af6
[LIBXC] Refactor xc_domain_resume() into its own source file.

The idea is that this file is where we will have two implementations
of 'suspend cancellation': one which the guest is aware of (and is
faster) and the other which does more work to avoid requiring guest
modifications.

Signed-off-by: Keir Fraser <keir@xensource.com>
tools/libxc/Makefile
tools/libxc/xc_domain.c
tools/libxc/xc_resume.c [new file with mode: 0644]
tools/libxc/xenctrl.h